Welcome![Sign In][Sign Up]
Location:
Search - gzip source

Search list

[Compress-Decompress algrithms7z426

Description: 压缩软件源码,支持格式:7z、ZIP、CAB、RAR、ARJ、LZH、GZIP、BZIP2、Z、TAR、CPIO、RPM 和 DEB 对于 ZIP 及 GZIP 格式,7-Zip 能提供比使用 PKZip 及 WinZip 高 2-10% 的压缩比 7z 格式支持创建自释放(SFX)压缩档案 集成 Windows 外壳扩展 强大的的文件管理 强大的命令行版本 支持 FAR Manager 插件 -compression software source,including format:7z,ZIP,CAB,RAR,ARJ,LZH,GZIP,BZIP2,Z,TAR,CPIO,RPM and DEB.for ZIP and GZIP ,7-Zip exceed PKZip and WinZip with 2-10 percent compression ratio.7z support self-extracton(SFX) document,integrated windows extended shell and powerful file management ,powerful command line version,suppeort FAR Manager plugin.
Platform: | Size: 1082298 | Author: muwa | Hits:

[DSP programmygzip

Description: gzip解压缩算法在tic64x核上的移植。在dm642上测试过。工程中含测试源码,有什么问题可以给我email。lizhaojun_1@yahoo.com.cn-gzip algorithm to extract the tic64x nuclear transplantation. On the dm642 tested. Works with test source, what can I email. Lizhaojun_1@yahoo.com.cn
Platform: | Size: 394240 | Author: lizhaojun | Hits:

[Windows Developczip_source1

Description: 目标动态库输出两个类: CZip(用于压缩文件) CUnzip (用于解压缩文件)使用gzip GNU源代码(gzip-1.2.4a)。这是个免费软件,你可以在GUN通用公共许可证(General Public License)条款下分发和修改此软件。-goal of the dynamic output two categories : CZip (for compressed files) CUnzip (for the extracted files) using gzip GNU source code ( gzip- 1.2.4a). This is free software, You can GUN GPL (General Public License) under the provisions of sub- fat and modify the software.
Platform: | Size: 102400 | Author: | Hits:

[J2MEtinylinegzip

Description: GZIP为GUN支持的ZIP压缩格式,本源码为J2ME开发的GZIP压缩解压程序。-GZIP GUN support for the ZIP compression format, The source for the development of the J2ME GZIP compression decompression procedures.
Platform: | Size: 204800 | Author: pinkhom | Hits:

[Compress-Decompress algrithmszlib1.2

Description: 许多压缩算法都用到了ZLIP算法,也就是GZip算法,这里给出的是其C实现的源代码,可以好好看看,还是有些参考价值的。-Many compression algorithms are used in the ZLIP algorithm, that is, GZip algorithm given here is the realization of its C source code can be a good look at, or some reference value.
Platform: | Size: 1582080 | Author: 王晓丹 | Hits:

[Compress-Decompress algrithmsgzip124_vc

Description: 可以在VC6.0下编译的gzip1.24压缩源代码。-Can be compiled under VC6.0 compression gzip1.24 the source code.
Platform: | Size: 423936 | Author: 王平 | Hits:

[Shot Gamebattle-tank-read-only.tar

Description: battle City tank J2ME Platform 源码 gzip格式-battle City tank J2ME Platform source gzip format
Platform: | Size: 38912 | Author: gmsh | Hits:

[Compress-Decompress algrithmsezgz

Description: GZip working code...Open Source-GZip working code...Open Source...
Platform: | Size: 151552 | Author: Cipee | Hits:

[Internet-NetworkGZipforhttp

Description: 在网页下载器中,时常需到Content-Encoding: gzip压缩的页面,本源代码能解压这样的网页,不过,由于web服务器压缩gzip后的数据并不完全相同,所以你还需要对数据头进行一些处理,自己去看firefox源代码是怎么处理的吧-Download a web page browser, often need to Content-Encoding: gzip compressed page, source code to extract this kind of web pages, however, due to web server gzip data compression is not exactly the same, so you need to head to the data Some deal with their own look at the firefox source code is how you deal with
Platform: | Size: 148480 | Author: kochoday | Hits:

[Linux-Unixgzsteg.tar

Description: The attached patches will allow you to hide information inside GZIP compressed files. APPLYING THE PATCHES You need the gzip source code distribution. At the time of writing this is version 1.2.4. The patches are context diffs so you stand a good chance of them working on versions other than 1.2.4. Firstly unpack the gzip source tree, then unpack the attached patches into the main source directory. Now apply the patches thus: patch -c < patch1 patch -c < patch2 patch -c < patch3 Now all you need to do is follow the normal procedure for making gzip.
Platform: | Size: 4096 | Author: frank | Hits:

[Compress-Decompress algrithmszlib-1.2.3

Description: gzip 使用deflate算法进行压缩。zlib,以及图形格式png,使用的压缩算法也是deflate算法。从gzip的源码中,我们了解到了defalte算法的原理和实现。-gzip compressed using the deflate algorithm. zlib, and graphics formats png, use the compression algorithm is deflate algorithm. Gzip source code from, we have learned defalte algorithm theory and implementation.
Platform: | Size: 582656 | Author: | Hits:

[File OperateGZIP

Description: Gzip的源代码 压缩编程的初级学习知识,很好好有用-Gzip compression program source code for the initial learning of knowledge, useful for very good
Platform: | Size: 3072 | Author: HyDreams | Hits:

[Windows Developcgzip_demo

Description: gZip demo Source code
Platform: | Size: 109568 | Author: Barbos | Hits:

[Compress-Decompress algrithmsdelgizp

Description: gzip,zlib,以及图形格式png,使用的是同一个压缩算法deflate。我们通过对gzip源码的分析来对deflate压缩算法做一个详细的说明。我阅读的gzip版本为 gzip-1.2.4。我们对算法做三种程度的说明。第一种程度,对gzip所使用压缩算法基本原理的说明。第二种程度,对gzip压缩算法实现方法的说明。第三种程度,对gzip实现源码级的说明。 -gzip, zlib, and graphics formats png, using the same compression algorithm deflate. Through the analysis of source code for gzip deflate compression algorithm to make a detailed description. I read a gzip version of gzip-1.2.4. Our algorithm to do the three levels of description. The first level, the gzip compression algorithm used in the description of the basic principles. The second level, the gzip compression algorithm description of the method. The third level of implementation of the gzip source-level description.
Platform: | Size: 350208 | Author: 丁建民 | Hits:

[Embeded Linuxgzip

Description: gzip压缩库,可用于内存压缩或文件压缩,压缩效率比较高,压缩包内有库的原码,我自己写了调用这个库的测试程序,库可以在linux上运行,测试程序是在VC2008下做的。-gzip compression library that can be used for memory compression, file compression, high compression efficiency, compressed package source library, I wrote a test program call the library, the library can be run on linux, the test program is in VC2008 under do.
Platform: | Size: 749568 | Author: hj | Hits:

[CSharpgzip-1.3.12

Description: C#实现Gzip的压缩与解压缩算法源码详解-C# implementation of Gzip compression and decompression algorithm source Detailed
Platform: | Size: 522240 | Author: 陈翔 | Hits:

[OS programcgzip_demo

Description: GZIP源码。。完整编译过。。。下载分享。。。F:\cla-The GZIP Source. . The full compilation. . . Download share. . . F: \ class
Platform: | Size: 4005888 | Author: debug.net | Hits:

[JSP/JavaGZIP

Description: JAVA GZIP压缩案例源码,附带httpwatch监测工具以及根据使用说明-JAVA GZIP compression case source, to incidental httpwatch monitoring tools, as well as according to the instructions for use
Platform: | Size: 20334592 | Author: 阿平 | Hits:

[Compress-Decompress algrithmsgzip

Description: gzip压缩算法的源码,linux实现,可以参考-gzip compression algorithm source, linux implementation can reference
Platform: | Size: 1380352 | Author: 刘老 | Hits:

[OS programgzip

Description: zip压缩,解压,简单的源码,希望对大家有用-zip Compression and decompression,Simple source code, we want to be useful
Platform: | Size: 7350272 | Author: bear | Hits:
« 1 23 4 »

CodeBus www.codebus.net